projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892ed7e
)
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Jan 1994 15:17:15 +0000
(15:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Jan 1994 15:17:15 +0000
(15:17 +0000)
src/s/sol2.h
patch
|
blob
|
history
diff --git
a/src/s/sol2.h
b/src/s/sol2.h
index 12b37246bc5a576372a9b0e4393e99cfa3f16119..7cf4718c9f3bc0a71011a67f3e23aae5d42ec277 100644
(file)
--- a/
src/s/sol2.h
+++ b/
src/s/sol2.h
@@
-13,9
+13,9
@@
/* Here is how to find X Windows. The -R option says where
to find X windows at run time. */
#ifndef __GNUC__
-#define LD_SWITCH_SYSTEM
-R/usr/openwin/lib
+#define LD_SWITCH_SYSTEM
LD_SWITCH_X_SITE_AUX
#else /* GCC */
-#define LD_SWITCH_SYSTEM -Xlinker
-R/usr/openwin/lib
+#define LD_SWITCH_SYSTEM -Xlinker
LD_SWITCH_X_SITE_AUX
#endif /* GCC */
/* Compile in non-ansi fashion to work around bugs in system header files. */